projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93d343d
)
listbox: Free the multipress gesture on finalize
author
Carlos Garnacho
<carlosg@gnome.org>
Wed, 14 Jan 2015 15:41:54 +0000
(16:41 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Wed, 14 Jan 2015 16:11:25 +0000
(17:11 +0100)
gtk/gtklistbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtklistbox.c
b/gtk/gtklistbox.c
index 0d421176409fb849b49583165ba6baca6734fa33..bff52adc872963e0d78b189e0dbd92eb7b9b6790 100644
(file)
--- a/
gtk/gtklistbox.c
+++ b/
gtk/gtklistbox.c
@@
-368,6
+368,7
@@
gtk_list_box_finalize (GObject *obj)
g_clear_object (&priv->adjustment);
g_clear_object (&priv->drag_highlighted_row);
+ g_clear_object (&priv->multipress_gesture);
g_sequence_free (priv->children);
g_hash_table_unref (priv->header_hash);